{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-runtime-mongodb",
      "artifactVersion": "10.10-HF30",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.connect.standalone",
          "org.nuxeo.launcher.commons",
          "org.nuxeo.osgi",
          "org.nuxeo.runtime",
          "org.nuxeo.runtime.aws",
          "org.nuxeo.runtime.datasource",
          "org.nuxeo.runtime.jtajca",
          "org.nuxeo.runtime.kv",
          "org.nuxeo.runtime.management",
          "org.nuxeo.runtime.metrics",
          "org.nuxeo.runtime.migration",
          "org.nuxeo.runtime.mongodb",
          "org.nuxeo.runtime.nuxeo-runtime-deploy",
          "org.nuxeo.runtime.pubsub",
          "org.nuxeo.runtime.redis",
          "org.nuxeo.runtime.reload",
          "org.nuxeo.runtime.stream"
        ],
        "hierarchyPath": "/grp:org.nuxeo.runtime",
        "id": "grp:org.nuxeo.runtime",
        "name": "org.nuxeo.runtime",
        "parentIds": [],
        "readmes": [],
        "version": "10.10"
      },
      "bundleId": "org.nuxeo.runtime.mongodb",
      "components": [
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.runtime.mongodb.MongoDBComponent",
          "declaredStartOrder": 90,
          "documentationHtml": "",
          "extensionPoints": [
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.runtime.mongodb.MongoDBComponent",
              "descriptors": [
                "org.nuxeo.runtime.mongodb.MongoDBConnectionConfig"
              ],
              "documentation": "\n      Extension point used to configure access to a MongoDB server or cluster. The service will return the 'default'\n      access if the asked one hasn't been contributed.\n\n      This sets up a MongoClient; server is mandatory.\n      <code>\n    <connection>\n        <server>mongodb://bob:pass@localhost:27017,otherhost:27018/mydb?replicaSet=test;connectTimeoutMS=300000</server>\n        <dbname>mydb</dbname>\n        <ssl>true</ssl>\n        <trustStorePath>/path/to/cacerts.jks</trustStorePath>\n        <trustStorePassword>changeit</trustStorePassword>\n        <trustStoreType>jks</trustStoreType>\n        <keyStorePath>/path/to/keystore.jks</keyStorePath>\n        <keyStorePassword>changeit</keyStorePassword>\n        <keyStoreType>jks</keyStoreType>\n    </connection>\n</code>\n\n      See http://docs.mongodb.org/manual/reference/connection-string/ for the mongodb:// URI syntax.\n    \n",
              "documentationHtml": "<p>\nExtension point used to configure access to a MongoDB server or cluster. The service will return the &#39;default&#39;\naccess if the asked one hasn&#39;t been contributed.\n</p><p>\nThis sets up a MongoClient; server is mandatory.\n</p><p></p><pre><code>    &lt;connection&gt;\n        &lt;server&gt;mongodb://bob:pass&#64;localhost:27017,otherhost:27018/mydb?replicaSet&#61;test;connectTimeoutMS&#61;300000&lt;/server&gt;\n        &lt;dbname&gt;mydb&lt;/dbname&gt;\n        &lt;ssl&gt;true&lt;/ssl&gt;\n        &lt;trustStorePath&gt;/path/to/cacerts.jks&lt;/trustStorePath&gt;\n        &lt;trustStorePassword&gt;changeit&lt;/trustStorePassword&gt;\n        &lt;trustStoreType&gt;jks&lt;/trustStoreType&gt;\n        &lt;keyStorePath&gt;/path/to/keystore.jks&lt;/keyStorePath&gt;\n        &lt;keyStorePassword&gt;changeit&lt;/keyStorePassword&gt;\n        &lt;keyStoreType&gt;jks&lt;/keyStoreType&gt;\n    &lt;/connection&gt;\n</code></pre><p>\nSee http://docs.mongodb.org/manual/reference/connection-string/ for the mongodb:// URI syntax.\n</p><p></p>",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.mongodb/org.nuxeo.runtime.mongodb.MongoDBComponent/ExtensionPoints/org.nuxeo.runtime.mongodb.MongoDBComponent--connection",
              "id": "org.nuxeo.runtime.mongodb.MongoDBComponent--connection",
              "label": "connection (org.nuxeo.runtime.mongodb.MongoDBComponent)",
              "name": "connection",
              "version": "10.10-HF30"
            }
          ],
          "extensions": [],
          "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.mongodb/org.nuxeo.runtime.mongodb.MongoDBComponent",
          "name": "org.nuxeo.runtime.mongodb.MongoDBComponent",
          "requirements": [],
          "resolutionOrder": 842,
          "services": [
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.runtime.mongodb.MongoDBComponent",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.mongodb/org.nuxeo.runtime.mongodb.MongoDBComponent/Services/org.nuxeo.runtime.mongodb.MongoDBConnectionService",
              "id": "org.nuxeo.runtime.mongodb.MongoDBConnectionService",
              "overriden": false,
              "version": "10.10-HF30"
            }
          ],
          "startOrder": 809,
          "version": "10.10-HF30",
          "xmlFileContent": "<?xml version='1.0' encoding='UTF-8'?>\n<component name=\"org.nuxeo.runtime.mongodb.MongoDBComponent\">\n\n  <alias>org.nuxeo.mongodb.core.MongoDBComponent</alias>\n  <alias>org.nuxeo.ecm.core.mongodb.MongoDBComponent</alias>\n\n  <implementation class=\"org.nuxeo.runtime.mongodb.MongoDBComponent\"/>\n\n  <service>\n    <provide interface=\"org.nuxeo.runtime.mongodb.MongoDBConnectionService\"/>\n  </service>\n\n  <extension-point name=\"connection\">\n    <documentation>\n      Extension point used to configure access to a MongoDB server or cluster. The service will return the 'default'\n      access if the asked one hasn't been contributed.\n\n      This sets up a MongoClient; server is mandatory.\n      <code>\n        <connection>\n          <server>mongodb://bob:pass@localhost:27017,otherhost:27018/mydb?replicaSet=test;connectTimeoutMS=300000</server>\n          <dbname>mydb</dbname>\n          <ssl>true</ssl>\n          <trustStorePath>/path/to/cacerts.jks</trustStorePath>\n          <trustStorePassword>********</trustStorePassword>\n          <trustStoreType>jks</trustStoreType>\n          <keyStorePath>/path/to/keystore.jks</keyStorePath>\n          <keyStorePassword>********</keyStorePassword>\n          <keyStoreType>jks</keyStoreType>\n        </connection>\n      </code>\n      See http://docs.mongodb.org/manual/reference/connection-string/ for the mongodb:// URI syntax.\n    </documentation>\n\n    <object class=\"org.nuxeo.runtime.mongodb.MongoDBConnectionConfig\"/>\n  </extension-point>\n\n</component>",
          "xmlFileName": "/OSGI-INF/mongodb-service.xml",
          "xmlPureComponent": false
        }
      ],
      "fileName": "nuxeo-runtime-mongodb-10.10-HF30.jar",
      "groupId": "org.nuxeo.runtime",
      "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.mongodb",
      "id": "org.nuxeo.runtime.mongodb",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven\r\nBuilt-By: jenkins\r\nBuild-Jdk: 1.8.0_222\r\nBundle-ManifestVersion: 1\r\nBundle-Version: 1.0.0\r\nBundle-Name: Nuxeo Runtime MongoDB\r\nBundle-SymbolicName: org.nuxeo.runtime.mongodb;singleton:=true\r\nNuxeo-Component: OSGI-INF/mongodb-service.xml\r\n\r\n",
      "maxResolutionOrder": 842,
      "minResolutionOrder": 842,
      "packages": [
        "nuxeo-10.10-HF05",
        "nuxeo-10.10-HF14",
        "nuxeo-10.10-HF17",
        "nuxeo-10.10-HF27",
        "nuxeo-10.10-HF30"
      ],
      "requirements": [],
      "version": "10.10-HF30"
    }
  ],
  "creationDate": 1664793571025,
  "key": "Nuxeo Platform LTS 2019-10.10",
  "name": "Nuxeo Platform LTS 2019",
  "operations": [],
  "packages": [
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.admin.center",
        "org.nuxeo.common",
        "org.nuxeo.connect.client",
        "org.nuxeo.connect.standalone",
        "org.nuxeo.ecm.core.api",
        "org.nuxeo.ecm.core.bulk",
        "org.nuxeo.ecm.core.cache",
        "org.nuxeo.ecm.core.event",
        "org.nuxeo.ecm.core.storage.dbs",
        "org.nuxeo.ecm.core.storage.mongodb",
        "org.nuxeo.ecm.core.storage.sql",
        "org.nuxeo.elasticsearch.audit",
        "org.nuxeo.ecm.user.invite",
        "org.nuxeo.launcher.commons",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.ecm.platform.comment",
        "org.nuxeo.ecm.platform.comment.restapi",
        "org.nuxeo.ecm.platform.forms.layout.client",
        "org.nuxeo.ecm.platform.picture.core",
        "org.nuxeo.ecm.platform.picture.jsf",
        "org.nuxeo.ecm.platform.tag.web",
        "org.nuxeo.ecm.platform.ui",
        "org.nuxeo.ecm.webapp.base",
        "org.nuxeo.ecm.webapp.core",
        "org.nuxeo.ecm.platform.restapi.server",
        "org.nuxeo.runtime",
        "org.nuxeo.runtime.mongodb",
        "org.nuxeo.runtime.stream",
        "org.nuxeo.web.ui"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-10.10-HF04:1.0.1"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF05-1.0.0",
      "id": "nuxeo-10.10-HF05-1.0.0",
      "name": "nuxeo-10.10-HF05",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF05",
      "version": "1.0.0"
    },
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.core.io",
        "org.nuxeo.ecm.core.schema",
        "org.nuxeo.ecm.core.storage.mongodb",
        "org.nuxeo.ecm.user.invite",
        "org.nuxeo.ecm.permissions",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.directory.mongodb",
        "org.nuxeo.runtime.jtajca",
        "org.nuxeo.runtime.mongodb",
        "org.nuxeo.runtime.stream",
        "org.nuxeo.web.ui"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-10.10-HF13:1.0.0"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF14-1.0.0",
      "id": "nuxeo-10.10-HF14-1.0.0",
      "name": "nuxeo-10.10-HF14",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF14",
      "version": "1.0.0"
    },
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.core",
        "org.nuxeo.ecm.core.api",
        "org.nuxeo.ecm.core.schema",
        "org.nuxeo.ecm.core.storage.dbs",
        "org.nuxeo.ecm.core.storage.mongodb",
        "org.nuxeo.ecm.core.storage.sql",
        "org.nuxeo.web.ui.easyshare",
        "org.nuxeo.elasticsearch.core",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.mongodb.audit",
        "org.nuxeo.ecm.platform.comment",
        "org.nuxeo.ecm.platform.comment.api",
        "org.nuxeo.directory.mongodb",
        "org.nuxeo.ecm.directory.sql",
        "org.nuxeo.ecm.platform.spreadsheet.web",
        "org.nuxeo.ecm.platform.routing.core",
        "org.nuxeo.runtime.mongodb",
        "org.nuxeo.template.manager.webui",
        "org.nuxeo.web.ui"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-10.10-HF16:1.0.0"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF17-1.0.0",
      "id": "nuxeo-10.10-HF17-1.0.0",
      "name": "nuxeo-10.10-HF17",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF17",
      "version": "1.0.0"
    },
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.automation.io",
        "org.nuxeo.ecm.automation.server",
        "org.nuxeo.ecm.core",
        "org.nuxeo.ecm.core.api",
        "org.nuxeo.ecm.core.storage.mongodb",
        "org.nuxeo.ecm.core.storage.sql",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.ecm.directory",
        "org.nuxeo.ecm.platform.video.api",
        "org.nuxeo.ecm.platform.video.convert",
        "org.nuxeo.ecm.platform.video.core",
        "org.nuxeo.ecm.platform.web.common",
        "org.nuxeo.ecm.platform.restapi.server",
        "org.nuxeo.runtime.mongodb",
        "org.nuxeo.runtime.redis",
        "org.nuxeo.web.ui"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-10.10-HF26:1.0.0"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF27-1.0.0",
      "id": "nuxeo-10.10-HF27-1.0.0",
      "name": "nuxeo-10.10-HF27",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF27",
      "version": "1.0.0"
    },
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.admin.center.jsf",
        "org.nuxeo.ecm.core.event",
        "org.nuxeo.ecm.core.mimetype",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.ecm.platform.comment",
        "org.nuxeo.ecm.directory",
        "org.nuxeo.ecm.platform.usermanager",
        "org.nuxeo.ecm.platform.restapi.server",
        "org.nuxeo.ecm.platform.routing.core",
        "org.nuxeo.runtime.migration",
        "org.nuxeo.runtime.mongodb",
        "org.nuxeo.runtime.stream",
        "org.nuxeo.web.ui",
        "org.nuxeo.ecm.webengine.core"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-10.10-HF29:1.0.0"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF30-1.0.0",
      "id": "nuxeo-10.10-HF30-1.0.0",
      "name": "nuxeo-10.10-HF30",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF30",
      "version": "1.0.0"
    }
  ],
  "pluginSnapshots": {},
  "releaseDate": 1547942400000,
  "version": "10.10"
}